Function read_char - gets the character under the cursor Syntax byte read_char(void); Prototype in video.h Remarks gets the character under the cursor via INT 0x10, Function 9. Return value returns the character under the cursor. See also read_attrib()